hardware not supported page, community page.#430
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the Docusaurus docs site by adding two new user-facing documentation pages (“Community” and “My Hardware Is Not Supported”) and wiring them into the existing overview and hardware sidebars so they’re discoverable through navigation.
Changes:
- Add a new Community doc page under the overview docs and include it in the “About Avocado OS” sidebar category.
- Add a new My Hardware Is Not Supported doc page under the hardware docs.
- Restructure the hardware sidebar so “Support Matrix” becomes a category that links to the support matrix doc and includes the new hardware-support guidance page beneath it.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/sidebars-overview.js |
Adds community to the overview sidebar navigation. |
src/sidebars-hardware.js |
Makes “Support Matrix” a category with a doc link and nests the new page under it. |
src/docs-overview/community.mdx |
Introduces the new Community page content and outbound links. |
src/docs-hardware/hardware-not-supported.md |
Introduces guidance for users with unsupported hardware and links to the evaluation list/contact channels. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cesartevisual
approved these changes
Jun 16, 2026
3b87924 to
be28421
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a dedicated "Community" page.
Added a dedicated "My Hardware Is Not Supported" page. Not sure if that is what we want to title it though.